Commit Graph

  • a4ee4822df Fix a term-buf bug related with line breaks eknauel 2005-09-27 08:59:44 +0000
  • 44bfb8f118 kill and refresh for ps eknauel 2005-09-27 08:59:34 +0000
  • 60776a8c1d New alignment for processes eknauel 2005-09-27 08:59:21 +0000
  • 0280658d1c Fix the job list eknauel 2005-09-27 08:59:07 +0000
  • 2973bc8d99 Fix a drawing problem eknauel 2005-09-27 08:58:54 +0000
  • 44c95c43e5 Sorting for processes eknauel 2005-09-27 08:58:43 +0000
  • 2ba820f63a Make the initial-command-buffer-mode into an option eknauel 2005-09-27 08:58:30 +0000
  • 9da995f4cd display user in ps as well eknauel 2005-09-27 08:58:18 +0000
  • 7340f76507 Make "<View Console>" work again eknauel 2005-09-27 08:58:06 +0000
  • 60fa0e133c Introduce a library for configurable options eknauel 2005-09-27 08:57:28 +0000
  • fbc7cc3929 Parsing of id options, support for id -P eknauel 2005-09-27 08:46:49 +0000
  • 7c5cec84b8 HEADS UP: exp->string is now write-to-string eknauel 2005-09-27 08:46:34 +0000
  • 4bdb8da41f Introduce utils module, move exp->string and display-to-string to utils eknauel 2005-09-27 08:46:18 +0000
  • 39ae30681a get-selection-as-text/ref for group-info eknauel 2005-09-27 08:45:50 +0000
  • f87a5adf01 get-selection-as-text/ref for user-info records eknauel 2005-09-27 08:45:36 +0000
  • fa5a08ace7 Default for command-buffer-mode is command eknauel 2005-09-27 08:44:56 +0000
  • 8c6de19aaa get-selection-as-ref for id-output eknauel 2005-09-27 08:44:36 +0000
  • c46282f826 Selection-ref for id-output, change semantics of select-list-get-selection, introduce select-list-get-marked eknauel 2005-09-27 08:08:15 +0000
  • 4fce440abc Command plugin and viewer for id(1) mainzelm 2005-09-13 19:46:45 +0000
  • 57b621a51c Remove accidentally committed debugging code mainzelm 2005-09-13 18:28:50 +0000
  • 60d1130cf4 Key bindings for fg, bg, and stop job Ignore SIGTTOU within Commander S and reset to default handler before exec mainzelm 2005-09-13 13:20:30 +0000
  • 0f45f80db0 let ls default to cwd mainzelm 2005-09-12 17:21:15 +0000
  • 07555260e1 Take care of completions that do *not* alter the command line mainzelm 2005-09-12 15:55:58 +0000
  • 41ac17dbe6 Return absolute paths in files-in-dir mainzelm 2005-09-12 15:54:53 +0000
  • 186cebc46a Immediately expand common prefix of completions Let ls respect its arguments mainzelm 2005-09-12 15:34:36 +0000
  • f07e7fc932 Two minor fixes to enhance completion of directory names mainzelm 2005-09-12 13:50:33 +0000
  • 4320c730db Present completions for "cd" with a final / mainzelm 2005-09-12 13:42:21 +0000
  • d7598a29f3 Fix various small problems with the job viewer. eknauel 2005-08-21 16:56:31 +0000
  • 11c8b72704 It's FOCUS-VALUE-REF, not FOCUS-VALUE. eknauel 2005-08-21 16:55:34 +0000
  • 80253ae452 Fix parsing problem with trailing whitespaces and no cursor-index. eknauel 2005-08-21 16:53:23 +0000
  • bda54e8fbe ignore tabulator key (completion) in Scheme mode eknauel 2005-08-21 13:46:07 +0000
  • 3b140722a4 fix completion, don't insert absolute file names. eknauel 2005-08-20 16:09:48 +0000
  • 8c9e1bde33 Various changes and fixes for f<TAB> completion stuff. eknauel 2005-08-20 15:20:16 +0000
  • 0cade47534 install an error handler for the execution of commands. eknauel 2005-08-20 08:14:36 +0000
  • 837bc881fa - fix: the shortcut for RUN/CONSOLE is &*, not && eknauel 2005-08-20 07:48:51 +0000
  • 6035214d0e Fix two small completion bugs eknauel 2005-08-19 14:13:19 +0000
  • eefce5d839 - make the completion mechanism use the new unparser - fix a crash: Check if a plugin actually offers a completion function eknauel 2005-08-19 12:30:37 +0000
  • 2476b86e0b - make the lexer work if called without CURSOR-INDEX - revamp the unparser to track the cursor-position after a TO-COMPLETE tokens was replaced by some completion or so. eknauel 2005-08-19 12:28:53 +0000
  • ca2baa2c56 Bring back the programmable completion eknauel 2005-08-18 09:23:59 +0000
  • dcfe19b989 If there are whitespaces before EOF and the command-line is incomplete, make a TO-COMPLETE record eknauel 2005-08-18 09:23:19 +0000
  • 10821ee8dd Some fixes to improve the debugging of modules that employ tty-debug eknauel 2005-08-18 09:19:48 +0000
  • 8c5de5ee27 Make Commander S use the new completion code and move this cruft to a separate module. eknauel 2005-08-17 13:32:40 +0000
  • 41b8e1dde9 Store the cursor position in TO-COMPLETE tokens in order to restore the cursor position after completion. eknauel 2005-08-17 13:29:55 +0000
  • f71f975e6d Support for parsing partial command lines (needed for tab completion) eknauel 2005-08-15 12:41:24 +0000
  • c9f986f8cc ensure that we don't call JOB-STATUS und running jobs eknauel 2005-08-12 13:28:54 +0000
  • 172d0e543a used EXEC-EPF instead of RUN in the RUN/* forms. eknauel 2005-08-12 13:27:27 +0000
  • 8eedb14ef3 Care about closing copied file-descriptor/ports in parent and child of RUN/FG*. eknauel 2005-08-11 15:18:25 +0000
  • 843ed0493b Fix the process status bug. Well, sort of. It's an evil hack, I think. eknauel 2005-08-11 15:03:15 +0000
  • f26e89b895 Print the exit status of jobs correctly eknauel 2005-08-11 14:50:36 +0000
  • e83f3e7d81 Display the status of foreground jobs in the result buffer (instead of #{Unspecific}) eknauel 2005-08-11 09:36:10 +0000
  • ffff7d3a60 Added a silly fatal-error-handler for EVAL-COMMAND-IN-SCHEME-MODE. eknauel 2005-08-10 19:46:13 +0000
  • b46ff51a1c Fix the cursor position after pasting the selection. Yeah, and make Commander S slower, once more... eknauel 2005-08-10 18:47:26 +0000
  • 7ff7ef196b make sure to call CONTAINS-GLOB-EXPRESSION? only for strings eknauel 2005-08-10 18:33:33 +0000
  • 3b6c77f553 Don't try to expand/glob parts of the command line that are s-expressions eknauel 2005-08-10 18:29:04 +0000
  • 1c20604f4f Make the spectacular new command language work. At least for values of "work" that don't call for intensive testing. eknauel 2005-08-10 18:03:59 +0000
  • 634cde85bf Add abstract syntax, lexer, parser, and unparser for the command language eknauel 2005-08-07 14:46:57 +0000
  • 8376b8b9f7 Added a README, an installation script, and various small fixes. eknauel 2005-07-06 08:57:44 +0000
  • 154db1fb92 clean up GO and GO/BG eknauel 2005-06-15 11:42:29 +0000
  • fe9bfbf1a0 Make job control work eknauel 2005-06-14 13:44:09 +0000
  • 34761f66d2 Support POSIX job control, sort of. eknauel 2005-06-14 11:20:30 +0000
  • 96e9c07f0e add implementation for call-completer eknauel 2005-06-13 11:04:49 +0000
  • 98c77ced7d Tiny plugin for the "fs la" command from AFS mainzelm 2005-06-10 08:13:04 +0000
  • 9e3d00028c Fix an application of COMMAND-BUFFER eknauel 2005-06-07 20:54:22 +0000
  • 4c903444f2 performace improvements for the terminal emulator. Now feels like a 4800 bps modem connection (before: 1200-2400 bps). eknauel 2005-06-07 20:52:49 +0000
  • 60ad7d02c4 fix painting a single line eknauel 2005-06-07 20:03:38 +0000
  • 88c6250483 refresh window more often (i.e. too often) eknauel 2005-06-07 20:03:04 +0000
  • f5c808e10a Fix the "terminal emulation" for ascii codes cr and nl. Don't pass strings containing cr or nl to ncurses (leads to garbled output). eknauel 2005-06-07 19:50:43 +0000
  • 7d0c566c0b A first (buggy) version with a virtual console eknauel 2005-06-07 18:24:05 +0000
  • 8ae60787a7 Add a joblist-viewer, add a get-focus-object-method generator to select-list and make some plugins use it, added argument focus-object-table to get-selection message (thus a get-selection method can call a get-focus-object method). eknauel 2005-06-04 11:22:44 +0000
  • 143d6bbccb Fix asynchronous job status updates eknauel 2005-06-04 09:43:22 +0000
  • b9d54a24ae fix constructor eknauel 2005-06-04 09:42:45 +0000
  • 2f7595603b First version of the job control eknauel 2005-06-03 11:44:53 +0000
  • dc699ce88f fix stack and header, display source info mainzelm 2005-06-02 19:02:04 +0000
  • 70fefe9a95 Check for unknwon messages in std-viewer mainzelm 2005-06-02 07:23:11 +0000
  • bfd61dfe44 Fixed various bugs in the inspector Make focus/selection messages work mainzelm 2005-06-01 12:55:29 +0000
  • d34769b0e1 Make the process-viewer react on get-focus-object and get-selection messages eknauel 2005-06-01 11:49:56 +0000
  • 7a87280516 Move `make-focus-object-reference' to focus.scm eknauel 2005-06-01 11:49:07 +0000
  • 53ed9fc721 The focus-object-table now lives in nuit-eval. eknauel 2005-06-01 11:26:56 +0000
  • 30b59e1e72 Fix add-focus-value eknauel 2005-06-01 11:26:22 +0000
  • 4b7bbddc2a Add feature get-focus-object (C-x P) eknauel 2005-06-01 10:04:21 +0000
  • 5bd69b564b Make paste (C-x p) work again (at least for the fsobjects-viewer) eknauel 2005-06-01 09:15:43 +0000
  • af61cbb3ae Move HANDLE-RETURN-KEY and HANDLE-KEY-PRESS into MAKE-FSOBJECTS-VIEWER eknauel 2005-06-01 08:48:37 +0000
  • 2e5b16437b Use files in (cwd) for completion if the partial-name is empty and the cursor is not on the command token eknauel 2005-06-01 08:07:48 +0000
  • 145f79b654 move FILL-UP-STRING and CUT-TO-SIZE to layout eknauel 2005-05-31 19:32:09 +0000
  • 49054b8d88 Fix process format eknauel 2005-05-31 19:31:38 +0000
  • df065fe14d also list size, owner & group, and permissions eknauel 2005-05-31 17:28:06 +0000
  • 7a9bde00e7 Browser for group-info Make entries browsable mainzelm 2005-05-31 16:02:53 +0000
  • da28396e3c Delete superfluous parentheses mainzelm 2005-05-31 16:02:01 +0000
  • 7230bd9a2f Adapt to new interface of paint-selection-list-at mainzelm 2005-05-31 15:14:45 +0000
  • ddf1ca752b Fix a few bugs in fsobjects-viewer mainzelm 2005-05-31 14:54:48 +0000
  • 0cb71508ef Browser for user-info mainzelm 2005-05-31 14:54:04 +0000
  • 243e746136 Fix cursor position after eval in Scheme mode. eknauel 2005-05-31 14:33:43 +0000
  • 05c6656774 Fix cursor position after eval in command-mode eknauel 2005-05-31 14:32:16 +0000
  • c83c1ff05b Repaint the result buffer after command evaluation. eknauel 2005-05-31 13:55:54 +0000
  • 9f9ef3f7a1 Added `rdebug' a script that starts the remote debugger eknauel 2005-05-31 13:45:47 +0000
  • 7da239cf4f added `gogo', a script for loading and running nuit eknauel 2005-05-31 13:45:11 +0000
  • 43088dafd7 Constructor arguments instead of init message mainzelm 2005-05-31 13:40:39 +0000
  • 8c9d2b7142 Select one but last element of history to evaluate Fix call to make-standard-viewer mainzelm 2005-05-31 13:39:40 +0000
  • 246660a299 Fixes for the changes in nuit-engine mainzelm 2005-05-31 13:15:31 +0000
  • c405bc02c5 Call constructor with arguments mainzelm 2005-05-31 13:14:55 +0000