Commit Graph

9 Commits

Author SHA1 Message Date
Zihao Yu d2b8a0e380 uart: merge rx terminal into tx terminal
* RX should send each key directly, instead of providing cook mode
2024-01-11 00:20:29 +08:00
Zihao Yu 237c74467a term: support '\r' 2024-01-10 17:14:12 +08:00
Zihao Yu 3d6f4f3af1 segs7: draw surrounding lines 2024-01-10 00:37:03 +08:00
Zihao Yu 6feac794ed uart: support backspace with scrolling up to the last line in RX input 2024-01-09 19:45:45 +08:00
Zihao Yu 211469f27b uart: only show cursor in RX terminal when it gets focus 2024-01-09 03:01:00 +08:00
Zihao Yu 28190b0c3e uart: capture RX input in terminal 2024-01-09 02:14:08 +08:00
Zihao Yu 09453390e8 term: record dirty state of the screen 2024-01-08 23:59:07 +08:00
Zihao Yu 78b9b49c9d term: support '\n' 2024-01-08 23:59:07 +08:00
Zihao Yu f4d22b5b16 add basic terminal 2024-01-08 23:59:07 +08:00