shithub: rio

RSS feed

e2c50f47 – glenda <glenda@cirno> authored on 2025/03/25 17:29
ctrl+v puts the tick at the end of the paste

d3873ac6 – glenda <glenda@cirno> authored on 2025/03/25 11:54
bugfix: record entire command in history if we hit enter in the middle of it

50917da4 – glenda <glenda@cirno> authored on 2025/03/23 17:34
disable smooth resizing until i find a better way

16fa1b77 – glenda <glenda@cirno> authored on 2025/03/23 16:30
hitting enter anywhere in the line puts you at the end (unixy)

9424b0f9 – glenda <glenda@cirno> authored on 2025/03/23 15:58
add cut with ctrl x

bf83ddaa – glenda <glenda@cirno> authored on 2025/03/23 15:53
added ctrl left/right word by word navigation

b46f16f3 – glenda <glenda@cirno> authored on 2025/03/23 15:10
add ctrlc/v, remove unused variable

5ac6c1f2 – glenda <glenda@cirno> authored on 2025/03/23 07:08
more defensive coding for history

7539ef43 – glenda <glenda@cirno> authored on 2025/03/23 05:34
harden wclose in case of concurrently updating history and closing the window

47176077 – glenda <glenda@cirno> authored on 2025/03/21 23:51
refactor history

a9e909fe – glenda <glenda@cirno> authored on 2025/03/21 23:38
simplify snapping for windows

c9695eec – glenda <glenda@cirno> authored on 2025/03/21 22:52
make tab trigger completion if not in hold mode

6814cdf2 – glenda <glenda@cirno> authored on 2025/03/21 22:41
add completion for /bin and subdirs

51cd581e – glenda <glenda@cirno> authored on 2025/03/21 19:27
added history with shift up/down

685fce99 – glenda <glenda@cirno> authored on 2025/03/20 21:31
preserve window contents when resizing (weird over drawterm)

e8e42318 – glenda <glenda@cirno> authored on 2025/03/18 20:32
window maintains contents when dragged

1cc8d9ba – glenda <glenda@cirno> authored on 2025/03/08 22:49
first commit