summaryrefslogtreecommitdiffstats
path: root/up.go
AgeCommit message (Collapse)Author
2018-10-20delete Buf.Snapshot functionMateusz Czapliński
2018-10-20start migrating away from Buf.SnapshotMateusz Czapliński
2018-10-20add helper func triggerRefreshMateusz Czapliński
2018-10-19refactor for better readability and styleMateusz Czapliński
2018-04-09add basic --debug flagMateusz Czapliński
2018-04-09improve performance by removing busy-waitMateusz Czapliński
2018-04-09rename BufDrawing/style to BufViewMateusz Czapliński
2018-04-02add TODO about readme etc.Mateusz Czapliński
2018-04-01add license header and edit the package docMateusz Czapliński
2018-03-11emit newline at end of upN.sh scriptsMateusz Czapliński
2018-03-11more TODOsMateusz Czapliński
2018-03-11on ctrl-x, write the script to upN.shMateusz Czapliński
2018-03-11handle horizontal scrolling with ctrl-left/rightMateusz Czapliński
2018-03-11in Editor, ignore arrow keys with modifiersMateusz Czapliński
2018-03-11migrate to tcell, to allow handling C-Left etcMateusz Czapliński
2018-03-11show original input if command is emptyMateusz Czapliński
2018-03-11handle Pgup/Pgdn & add Y limit in BufMateusz Czapliński
2018-03-10up/down arrowMateusz Czapliński
2018-03-10modify Esc handling to avoid accidental quits by weird keysMateusz Czapliński
2018-03-10truncate long lines instead of wrappingMateusz Czapliński
2018-03-10clear linesMateusz Czapliński
2018-03-10quick and dirty workaround for busy waitMateusz Czapliński
2018-03-10fix to compileMateusz Czapliński
2018-03-10WIP first sketch of running subprocessesMateusz Czapliński
2018-03-10handle \t in input properlyMateusz Czapliński
2018-03-10more TODOsMateusz Czapliński
2018-03-04print more text immediately when new data is readMateusz Czapliński
2018-03-04fix newline handlingMateusz Czapliński
2018-03-04collect stdin data and draw itMateusz Czapliński
2018-03-04fix to use nsf's termboxMateusz Czapliński
2018-03-04left, right, del, backspaceMateusz Czapliński
2018-03-04KeySpaceMateusz Czapliński
2018-03-04new type EditorMateusz Czapliński
2018-03-04add runes to commandMateusz Czapliński
2018-03-04draw promptMateusz Czapliński
2018-03-04remove old junkMateusz Czapliński
2018-03-04check if stdin is a ttyMateusz Czapliński
2018-03-04WIP another failure, now with termboxMateusz Czapliński
2018-03-04WIP try tcellMateusz Czapliński
2018-03-04TODO about advertisingMateusz Czapliński
2018-03-04more TODOs plus edit oldMateusz Czapliński
2018-03-03WIP trying to compile and make it workMateusz Czapliński
2018-03-03WIP first attempts at TUIMateusz Czapliński
2018-03-03WIP start collecting stdinMateusz Czapliński
2018-03-03initial outlineMateusz Czapliński