Commit Graph

895 Commits

Author SHA1 Message Date
K. Lange
f769259cbe Add ^V and tab widths to rline_exp 2018-09-14 20:06:46 +09:00
K. Lange
44cdeaef06 Fix odd history scrolling with oversized lines 2018-09-14 12:39:18 +09:00
K. Lange
78a435bbb1 Slightly better ps help text 2018-09-14 11:12:33 +09:00
K. Lange
ec8b2a3c4f Fix uninitialized buffer in irc client 2018-09-14 10:34:12 +09:00
K. Lange
1b030089e7 Fix rendering glitch when resizing terminal in rline_exp 2018-09-14 09:28:37 +09:00
K. Lange
6d98aa6494 Fixup heading comments 2018-09-13 18:44:30 +09:00
K. Lange
d9dcb94059 Cleanup and document rline_exp 2018-09-13 18:42:19 +09:00
K. Lange
e9f886715f [bim] Add word delete and fix up horizontal scrolling on backspace 2018-09-13 18:39:27 +09:00
K. Lange
b747ab7935 [bim] port variable highlighting from rline_exp 2018-09-13 18:09:30 +09:00
K. Lange
6835752c8b Enable rline_exp in sh by default 2018-09-13 14:43:56 +09:00
K. Lange
a3d55b1b88 Patch in rline_reverse_search for rline_exp 2018-09-13 14:42:42 +09:00
K. Lange
b97bc4ff0a Support history in experimental line editor 2018-09-13 14:31:33 +09:00
K. Lange
b25aa946e5 Improvements to experimental line editor 2018-09-13 12:54:00 +09:00
K. Lange
b7c642c273 Experimental rline replacement with syntax highlighting 2018-09-12 22:50:22 +09:00
K. Lange
88ecd95dbc Bump bootloader version 2018-09-12 20:46:31 +09:00
K. Lange
43fc653183 Bump kernel 2018-09-12 20:45:44 +09:00
K. Lange
e5abd94136 Update readme 2018-09-12 20:44:23 +09:00
K. Lange
4c8158cbdb Fix irq remapping under vmware? possibly? 2018-09-12 20:42:57 +09:00
K. Lange
c23a0594f3 Fix more procfs stuff 2018-09-12 20:34:25 +09:00
K. Lange
e6f8d0fae1 BIOS loader fixups, should kinda work in vmware? 2018-09-12 19:39:12 +09:00
K. Lange
e264fb3ab6 Make buffer allocations for some /proc things dynamic 2018-09-12 17:23:43 +09:00
K. Lange
3ca9b765f7 update yutani python demo with new decor library ABI 2018-09-12 14:44:49 +09:00
K. Lange
21b3fdf242 Fix sse blitting when bounds are weird 2018-09-12 13:38:58 +09:00
K. Lange
c161bce0ac Render fullscreen windows without shadow gap 2018-09-12 13:22:34 +09:00
K. Lange
14a63ba154 Advertise fullscreen-ness of windows and collect it automatically as a decorator flag 2018-09-12 13:22:25 +09:00
K. Lange
6e6675dd0a Restructure decorations so bounds can be window-specific (for fullscreen) 2018-09-12 12:53:08 +09:00
K. Lange
5a6cc6868a add /proc/pci, lspci 2018-09-12 11:45:52 +09:00
K. Lange
d5f6170991 Check for mkfs.fat in PATH to catch missing /sbin early 2018-09-12 10:25:29 +09:00
K. Lange
4cbea4fa88 fix util/qemu.sh; make it demo hdd access 2018-09-11 17:45:08 +09:00
K. Lange
b9e0a85817 Don't show /dev/cdrom0 if it's empty (for now) 2018-09-11 17:43:34 +09:00
K. Lange
fce1b5223c fix incorrect help message in qemu-fwcfg 2018-09-11 16:04:16 +09:00
K. Lange
70891a1dc5 net has been tested in bochs with e1000 2018-09-11 15:38:35 +09:00
K. Lange
cec9d43bcf [e1000] Write MAC into receive address field (fixes net in bochs) 2018-09-11 15:22:54 +09:00
K. Lange
43b021cdc6 Fix stdio/fwrite writing element by element, which is wrong 2018-09-11 13:11:37 +09:00
K. Lange
fca849eb0f [bim] Reconfigured syntax highlighting 2018-09-10 21:26:12 +09:00
K. Lange
df64c9db41 Add reverse (hex-bin) mode to hexify 2018-09-10 19:21:35 +09:00
K. Lange
6074363484 [bim] 1.0.1 2018-09-07 14:48:10 +09:00
K. Lange
705c08e93a Update bim to v1.0.0; no more detailed bim commits moving forward 2018-09-07 10:54:00 +09:00
K. Lange
ee34f63d55 getopt: handle non-long --foo like glibc does 2018-09-07 10:19:14 +09:00
K. Lange
b99b17c967 [bim] scroll padding and hilighted eol spaces 2018-09-06 13:03:08 +09:00
K. Lange
f7f1be3b01 [bim] Update terminal titles more often 2018-09-05 21:37:54 +09:00
K. Lange
afa04c5aa5 [bim] backwards incremental search, bug fixes 2018-09-05 21:14:56 +09:00
K. Lange
1960980586 Fix netinit 2018-09-04 10:17:59 +09:00
K. Lange
a92007245d [bim] Warning from incorrect signededness 2018-09-03 19:47:54 +09:00
K. Lange
040dea6374 [bim] Partial yanks and bug fixes 2018-09-03 19:46:28 +09:00
K. Lange
5ddce4e51d Fix warning from bad terminal callbacks in vgalog.ko 2018-09-02 00:14:10 +09:00
K. Lange
a9f2aeff15 [bim] CHAR SELECTION, fix a history bug 2018-09-01 23:51:43 +09:00
K. Lange
209d6d7e89 Add more libc header stuff 2018-09-01 22:14:34 +09:00
K. Lange
38bdbb7402 [bim] minor theme edit 2018-09-01 22:14:11 +09:00
K. Lange
1eb5de415f [bim] fix unused variable 2018-09-01 06:13:54 +09:00