quakeforge/ruamoko/qwaq/editor
Bill Currie 75ce07a14c [qwaq] Implement home and end
Currently, home always moves the cursor to the very first column, but
I'm considering making it move the cursor to the first non-space
character of the line if it's not already there, otherwise to the first
column (ie, the cursor will toggle between the two positions if it's in
one of them).
2021-06-10 14:29:32 +09:00
..
editbuffer.h [qwaq] Add char get/put/insert methods to EditBuffer 2021-06-07 16:05:32 +09:00
editbuffer.r [qwaq] Add char get/put/insert methods to EditBuffer 2021-06-07 16:05:32 +09:00
editor.h [qwaq] Implement home and end 2021-06-10 14:29:32 +09:00
editor.r [qwaq] Implement home and end 2021-06-10 14:29:32 +09:00
status.h [qwaq] Fix page up/down and deal with tabs 2021-06-10 12:13:55 +09:00
status.r [qwaq] Fix page up/down and deal with tabs 2021-06-10 12:13:55 +09:00