aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-12-12 08:21:01 +1000
committerGravatar axel <axel@liljencrantz.se>2005-12-12 08:21:01 +1000
commit1d69e70b7a298178e9f6415ba65d88fdda964e92 (patch)
treed95c5c9ec7b3a7e051c0b60b8b8abaca2991b251 /doc_src
parent2cac04850b950184ea431c9d9b5d1261236d4ed9 (diff)
Initial blocking implementation
darcs-hash:20051211222101-ac50b-6e11220bd608187fbb32a0313b5b73dbdc8354fc.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/doc.hdr6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc_src/doc.hdr b/doc_src/doc.hdr
index 644e85ba..b8bf3856 100644
--- a/doc_src/doc.hdr
+++ b/doc_src/doc.hdr
@@ -682,6 +682,7 @@ builtins or shellscript functions, and can only be used inside fish.
- <a href="builtins.html#begin">begin</a>, execute a block of commands
- <a href="builtins.html#bind">bind</a>, change keyboard bindings
- <a href="builtins.html#break">break</a>, stop the execution of a loop
+- <a href="builtins.html#block">block</a>, Temporarily block delivery of events
- <a href="builtins.html#builtin">builtin</a>, execute a builtin command
- <a href="builtins.html#case">case</a>, conditionally execute a block of commands
- <a href="builtins.html#cd">cd</a>, change the current directory
@@ -995,7 +996,10 @@ g++, javac, java, gcj, lpr, doxygen, whois, find)
- Check keybinding commands for output - if non has happened, don't repaint to reduce flicker
- The jobs builtin should be able to give information on a specific job, such as the pids of the processes in the job
- Syntax highlighting should mark cd to non-existing directories as an error
-
+- the code for printing the prompt should know about the most common escape sequences
+- block builtin
+- redo the jobs command
+- wait shellscript
\subsection todo-possible Possible features