Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity hace 5 años
  Andreas Kling 2d39da5405 LibCore: Put all classes in the Core namespace and remove the leading C hace 5 años
  Andreas Kling 6ca1a46afd Shell: Don't crash when stdout is not a TTY hace 5 años
  Andreas Kling 94ca55cefd Meta: Add license header to source files hace 5 años
  Jesse Buhagiar cdb00530f8 Shell: Tab completion now gives suggestions hace 5 años
  William McPherson 61f2704d58 Shell: Tab completion for paths hace 5 años
  William McPherson 4ae8d929b4 Shell: Improve tab completion behaviour hace 5 años
  William McPherson 244e525c73 Shell: Refactor append/insert procedure hace 5 años
  William McPherson bb311b970f Shell: Improve readability of cache_path() hace 5 años
  Andreas Kling 6f4c380d95 AK: Use size_t for the length of strings hace 5 años
  William McPherson aa8b40dce6 Shell: Cache PATH for faster tab completion hace 5 años
  Andreas Kling 845094f9e4 Shell: Exit the shell on (interactive) EOF with empty buffer hace 5 años
  willmcpherson2 dccab569d2 Shell: Tab completion for programs in PATH hace 5 años
  marprok ac154999f5 Shell: Added support for ctr-e/a. hace 6 años
  Conrad Pankoff 36e3e7b75a Shell: Support forward delete hace 6 años
  Andreas Kling 253e391bfc Shell: Implement support for terminal clearing with ^L. hace 6 años
  Andreas Kling fc4022d173 Shell: Handle SIGWINCH to get a nice behavior when resizing. hace 6 años
  Andreas Kling f7ede145b4 Shell: Run clang-format on everything. hace 6 años
  Andreas Kling 3cba2a8a78 Kernel: Add a beep() syscall that beeps the PC speaker. hace 6 años
  Andreas Kling 67108f872f Shell: Make ^W and ^U work when cursor is not at the end of the line. hace 6 años
  Andreas Kling b04f08ba48 Shell: Support home/end keys for line editing. hace 6 años
  Andreas Kling d53941a466 Shell: Support basic line editing with left/right arrow keys. hace 6 años
  Andreas Kling b860da3ea5 Shell: Ignore tab key for now. hace 6 años
  Andreas Kling ad1c3c748f Shell: Allow browsing history with up/down arrow keys. hace 6 años
  Andreas Kling ba7364b43b Shell: Move line editing to a separate class. hace 6 años