60d1130cf4Key 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
0f45f80db0let ls default to cwd
mainzelm
2005-09-12 17:21:15 +0000
07555260e1Take care of completions that do *not* alter the command line
mainzelm
2005-09-12 15:55:58 +0000
41ac17dbe6Return absolute paths in files-in-dir
mainzelm
2005-09-12 15:54:53 +0000
186cebc46aImmediately expand common prefix of completions Let ls respect its arguments
mainzelm
2005-09-12 15:34:36 +0000
f07e7fc932Two minor fixes to enhance completion of directory names
mainzelm
2005-09-12 13:50:33 +0000
4320c730dbPresent completions for "cd" with a final /
mainzelm
2005-09-12 13:42:21 +0000
d7598a29f3Fix various small problems with the job viewer.
eknauel
2005-08-21 16:56:31 +0000
11c8b72704It's FOCUS-VALUE-REF, not FOCUS-VALUE.
eknauel
2005-08-21 16:55:34 +0000
80253ae452Fix parsing problem with trailing whitespaces and no cursor-index.
eknauel
2005-08-21 16:53:23 +0000
8c9e1bde33Various changes and fixes for f<TAB> completion stuff.
eknauel
2005-08-20 15:20:16 +0000
0cade47534install 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
6035214d0eFix 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
ca2baa2c56Bring back the programmable completion
eknauel
2005-08-18 09:23:59 +0000
dcfe19b989If there are whitespaces before EOF and the command-line is incomplete, make a TO-COMPLETE record
eknauel
2005-08-18 09:23:19 +0000
10821ee8ddSome fixes to improve the debugging of modules that employ tty-debug
eknauel
2005-08-18 09:19:48 +0000
8c5de5ee27Make Commander S use the new completion code and move this cruft to a separate module.
eknauel
2005-08-17 13:32:40 +0000
41b8e1dde9Store the cursor position in TO-COMPLETE tokens in order to restore the cursor position after completion.
eknauel
2005-08-17 13:29:55 +0000
f71f975e6dSupport for parsing partial command lines (needed for tab completion)
eknauel
2005-08-15 12:41:24 +0000
c9f986f8ccensure that we don't call JOB-STATUS und running jobs
eknauel
2005-08-12 13:28:54 +0000
172d0e543aused EXEC-EPF instead of RUN in the RUN/* forms.
eknauel
2005-08-12 13:27:27 +0000
8eedb14ef3Care about closing copied file-descriptor/ports in parent and child of RUN/FG*.
eknauel
2005-08-11 15:18:25 +0000
843ed0493bFix the process status bug. Well, sort of. It's an evil hack, I think.
eknauel
2005-08-11 15:03:15 +0000
f26e89b895Print the exit status of jobs correctly
eknauel
2005-08-11 14:50:36 +0000
e83f3e7d81Display the status of foreground jobs in the result buffer (instead of #{Unspecific})
eknauel
2005-08-11 09:36:10 +0000
ffff7d3a60Added a silly fatal-error-handler for EVAL-COMMAND-IN-SCHEME-MODE.
eknauel
2005-08-10 19:46:13 +0000
b46ff51a1cFix the cursor position after pasting the selection. Yeah, and make Commander S slower, once more...
eknauel
2005-08-10 18:47:26 +0000
7ff7ef196bmake sure to call CONTAINS-GLOB-EXPRESSION? only for strings
eknauel
2005-08-10 18:33:33 +0000
3b6c77f553Don't try to expand/glob parts of the command line that are s-expressions
eknauel
2005-08-10 18:29:04 +0000
1c20604f4fMake 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
634cde85bfAdd abstract syntax, lexer, parser, and unparser for the command language
eknauel
2005-08-07 14:46:57 +0000
8376b8b9f7Added a README, an installation script, and various small fixes.
eknauel
2005-07-06 08:57:44 +0000
154db1fb92clean up GO and GO/BG
eknauel
2005-06-15 11:42:29 +0000
fe9bfbf1a0Make job control work
eknauel
2005-06-14 13:44:09 +0000
96e9c07f0eadd implementation for call-completer
eknauel
2005-06-13 11:04:49 +0000
98c77ced7dTiny plugin for the "fs la" command from AFS
mainzelm
2005-06-10 08:13:04 +0000
9e3d00028cFix an application of COMMAND-BUFFER
eknauel
2005-06-07 20:54:22 +0000
4c903444f2performace 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
60ad7d02c4fix painting a single line
eknauel
2005-06-07 20:03:38 +0000
88c6250483refresh window more often (i.e. too often)
eknauel
2005-06-07 20:03:04 +0000
f5c808e10aFix 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
7d0c566c0bA first (buggy) version with a virtual console
eknauel
2005-06-07 18:24:05 +0000
8ae60787a7Add 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
143d6bbccbFix asynchronous job status updates
eknauel
2005-06-04 09:43:22 +0000