Block a user
ce1e9abc39
Remove the build status badge
b803358ea3
editor: Fix creation of new files
2e53f9999f
editor: Display only the basename of the current file in the window title
bd5a231936
terminal: Use widget->window() instead of the App's main window
cc3be43633
editor: Use TextInput as a base class
ade1e60eb5
editor: Fix creation of new files
662a315597
editor: Display only the basename of the current file in the window title
6c8a4ad995
terminal: Use widget->window() instead of the App's main window
8db14d8883
editor: Use TextInput as a base class
fbc91bfe8c
libui: Add a TextInput base class to handle most input fields and add an InputField class for single-line inputs
7d69ac56e2
apps+libos+shell+wind: Correct a bunch of format strings
f9b39c5ff3
libos: Add ways to format output to a File
d70effd1db
libos: Clarify requirements for File::write
kernel: Interrupts are disabled while in system calls
59713279a0
kernel: Add a hexdump() method to log binary data for debugging
6443ec77f8
kernel/ATA: Add support for regular ATA drives (non-ATAPI)
86372a3893
Update README.md
fc17399d82
editor: Remove insert mode and use the arrow keys to navigate, plus Ctrl+S to save
aae5f21f7f
editor: Add basic loading and saving
d996e3f9f8
editor: Add a basic text editor
eab44307f0
run-tests: Avoid starting a shell to spawn test processes
25ea67399a
editor: Remove insert mode and use the arrow keys to navigate, plus Ctrl+S to save
c6daf8d690
editor: Add basic loading and saving
7d826df3e4
editor: Add a basic text editor
cdab3dea90
libluna: Assert some unreachable conditions
2780ee2ebc
ports: Build gcc without --enable-checking