Commit Graph

90 Commits

Author SHA1 Message Date
Izaya 0db31a2e27 added some more keyboard shortcuts to io.read linemode 2020-08-21 10:18:43 +10:00
Izaya 5db20adefd more standard package stuff, plus package.alias 2020-07-01 14:31:00 +10:00
Izaya 216e0a15c6 removed os.spawnfile because nothing used it and it doesn't align with the system's design 2020-06-29 15:26:27 +10:00
Izaya 5938f75f4c added a process_finished event and added syslog error reporting 2020-06-29 15:25:58 +10:00
Izaya be3d3c207f rewrote require() to support package.path and submodules 2020-06-25 17:19:50 +10:00
Izaya 522d456433 add basic submodule support to require 2020-06-25 16:29:12 +10:00
Izaya 3f82d96b8e buffer history now: can't go out of bounds, can go to an empty line once you go past the most recent 2020-06-21 18:26:10 +10:00
Izaya 0421034ff7 added history support to buffer:read() in terminal mode, do provide feedback 2020-06-20 17:24:10 +10:00
Izaya f9749ac181 more draw call optimisation 2020-06-11 14:03:54 +10:00
Izaya 642eb9adf1 reduced redraw to two draw calls, four colour calls, and one get call: draw line, get character, invert colours for cell 2020-06-11 13:34:59 +10:00
Izaya b4db6c7226 remove debugging syslog calls from buffer library, reduce draw calls for readline 2020-06-11 13:20:49 +10:00
Izaya f95124996c moved all readline analogs into the buffer module 2020-06-11 12:56:07 +10:00
Izaya 1cc220d38e made io.input open buffers with mode t, for use with readline coming soonTM 2020-06-11 12:55:19 +10:00
Izaya 87596c8834 add os.getTimeout() function to ask how long the scheduler waits between running processes 2020-06-11 12:46:00 +10:00
Izaya 45c70cbaa6 made require search the pkgfs if available 2020-06-06 19:49:26 +10:00
Izaya 3fed8a5985 fixed fs.copy
oops
2020-06-06 12:54:10 +10:00
Izaya 58c9a5492e added a fallback _OSVERSION string 2020-06-03 12:38:04 +10:00
Izaya b89ff14d5c added type annotations and descriptions for functions where appropriate 2020-05-12 17:55:05 +10:00
Izaya b3cfeb13ec remove replaced kernel modules 2020-05-12 12:08:01 +10:00
Izaya fc127f8d3e moved the VT100 driver out of the kernel and into its own library 2020-04-12 01:59:56 +10:00
Izaya 2327dc9c18 added the ability to reload libraries to the loadfile module 2020-04-12 01:59:20 +10:00
Izaya 0cdd70e917 added the ability for software to change the computer.pullSignal timeout 2020-04-11 12:10:58 +10:00
Izaya 23173506b9 fixed a typo preventing [2J from working 2020-04-11 09:01:13 +10:00
Izaya a9b3c6adf3 there is now a non-standard control code for the terminal to toggle line mode and local echo for the terminal 2020-04-11 08:52:18 +10:00
Izaya 459fd95992 made nvt handle the cursor going off the edge of the screen 2020-04-11 05:54:53 +10:00
Izaya 583b300720 removed dprint statements from nvt 2020-04-09 15:50:39 +10:00
Izaya f5db94e03c made init not spew irritating syslog messages 2020-04-09 15:50:10 +10:00
Izaya bf66fa15e1 fixed tabs in nvt 2020-04-09 15:49:42 +10:00
Izaya f68605ffea added a better replacement VT100 emulator 2020-04-09 15:44:23 +10:00
Izaya 5d2d09fbcf more control code support for the terminal emulator 2020-04-09 13:48:34 +10:00
Izaya 8b29e472f8 fix some fs informational problems 2020-03-26 17:25:36 +11:00
Izaya eccc80ad16 added tab support to the terminal emulator 2020-03-25 07:08:17 +11:00
Izaya fab605ff21 greatly improved the terminal emulator, with colours (<ESC>[...m) and status support 2020-03-24 17:45:29 +11:00
Izaya e20c9546ea replacing the init system with something more OpenOS rc inspired 2020-03-20 13:15:02 +11:00
Izaya 66ea129b7a commented some io library functions 2020-03-20 13:01:50 +11:00
Izaya 05208810d3 buffer cleanup 2020-03-18 14:02:37 +11:00
Izaya d90ce84cdb made init actually work, whoops 2020-03-18 01:31:44 +11:00
Izaya 8920c074c4 we 2.0a2 now 2020-03-18 01:11:53 +11:00
Izaya 201aa20c5a added the plan9k buffer library because it's cleaner than the old io library 2020-03-16 17:30:22 +11:00
Izaya cf0cf32642 configured the scheduler to be more ... responsive. 2019-12-21 18:35:10 +11:00
Izaya c7213d4cbe updated a function comment to be more ... accurate 2019-12-21 18:34:48 +11:00
Izaya 3c8ec4cabc fixed some stupid require() behavior 2019-12-20 01:51:27 +11:00
Izaya 6ad21c7832 made require pull from a shared library pool 2019-12-19 16:14:48 +11:00
Izaya dcf0cb75ae made spawnfile queue an event on a process ending, changed the shell to use it 2019-12-16 14:37:29 +11:00
Izaya 8404946eba removed chatbox-dprint from the default modules 2019-12-16 14:35:26 +11:00
Izaya b370a90618 commented some scheduler functions 2019-12-16 14:30:27 +11:00
Izaya 1f66ef4f1c fobject:read() now supports reading until a specific character 2019-11-19 21:38:08 +11:00
Izaya a219b5603e added the ability to unmount filesystems, removed fs mounting stuff on its own 2019-11-09 15:56:25 +11:00
Izaya 1bd18f45b3 made os.taskInfo() default to the current process 2019-11-09 13:52:39 +11:00
Izaya ac98d09b93 made loadfile less chatty 2019-11-09 13:46:51 +11:00