diff --git a/twander.1 b/twander.1 index ad6d300..9d066ae 100644 --- a/twander.1 +++ b/twander.1 @@ -687,9 +687,9 @@ definitions is associated with one of the following 12 keys: .TP -.B Navigate Directly To A Directory (KDIRSC1...KDIRSC12) +.B Navigate Directly To A Directory (KDIRSC1 ... KDIRSC12) .PD 000 -F1...F12 +F1 ... F12 .PD Pressing one of these keys changes to the directory associated with it @@ -730,7 +730,7 @@ .TP .B Clear Selected Program Memory (MEMCLR1 - MEMCLR12) -Control-F1...Control-F12 +Control-F1 ... Control-F12 Clear (empty) the selected Program Memory. @@ -742,7 +742,7 @@ .TP .B Set Selected Program Memory (MEMSET1 - MEMSET12) -Alt-F1...Alt-F12 +Alt-F1 ... Alt-F12 Append the names of the currently selected files and directories to the Program Memory desired. More specifically, append @@ -1120,8 +1120,8 @@ .SS Directory Shortcut Statements \'twander\' provides a mechanism for directly navigating into one -of 12 frequently used directories. 12 keys, KDIRSC1..KDIRSC12 -(default: F1...F12) have been set aside for this purpose. Directory +of 12 frequently used directories. 12 keys, KDIRSC1 ... KDIRSC12 +(default: F1 ... F12) have been set aside for this purpose. Directory Shortcut Statements are entries in the Configuration File which associate one of these keys with a particular directory path. These statements are in the form: @@ -1165,9 +1165,9 @@ shortcut. .IP \(bu 4 -Keep the Program Function Names (KDIRSC1...KDIRSC12) which +Keep the Program Function Names (KDIRSC1 ... KDIRSC12) which are used for Key Binding, distinct in your thinking from -the Directory Shortcut Names (DIRSC1...DIRSC12) which are +the Directory Shortcut Names (DIRSC1 ... DIRSC12) which are used for defining the shortcuts. .IP \(bu 4 @@ -1624,7 +1624,7 @@ be used in a Command Definition: .IP \(bu 4 -.B [MEM1]...[MEM12] +.B [MEM1] ... [MEM12] Return the file/directory names currently stored in the indicated memory. For example, to move all the files/directories currently named in @@ -1883,7 +1883,7 @@ There are several tricky corners of \'twander\' which need further explanation: -.B Program Starts Very Slowly +.SS Program Starts Very Slowly \'twander\' attempts to determine the name of the host on which it is running at program startup. This is used in the title bar display. @@ -1899,7 +1899,7 @@ .nf export HOSTNAME=`hostname` -.nf +.fi (Note the backticks used to execute the \'hostname\' program and assign its results to HOSTNAME.) @@ -1912,7 +1912,7 @@ On Win32, environment variables are set via the System Properties menu. -.B Cannot Enter Certain Directories On Win32 +.SS Cannot Enter Certain Directories On Win32 Win32 allows file/directory names to contain non-ASCII characters. Python, as shipped, defaults to ASCII only @@ -1944,7 +1944,7 @@ will disappear. -.B Getting Command Results Displayed In A New Window +.SS Getting Command Results Displayed In A New Window When you invoke a command via \'twander\', whether via a command definition in the Configuration File or the keyboard shortcut, you @@ -1984,7 +1984,7 @@ This is not so much of an issue on Win32 systems where the first form of the command above works fine. -.B Modal Operation Of New Windows +.SS Modal Operation Of New Windows Notice our example commands above do not end with "&". These should not be needed on either Unix-like or Win32 @@ -2000,7 +2000,7 @@ invoke new commands using conventional (heavyweight) process spawning. -.B Windows That Don't Disappear On Command Completion +.SS Windows That Don't Disappear On Command Completion It appears that some X Windows implementations (noted on XFree86 / FreeBSD) do not correctly destroy an \'xterm\' window after a command @@ -2010,6 +2010,15 @@ process spawning when a command is run. This mechanism correctly destroys the window upon command completion. +.SS Program Behavior Incorrect When A Window Is Resized + +Certain Unix programs such as \'less\' appear to not work correctly +when the window in which they are running is resized. The program +seems to not be properly informed that the window size has changed. +This seems to be an interaction caused by running such programs as +threads rather than processes. Once again, the workaround here is +to set "USETHREADS=False" in the Configuration File. + .SH OTHER File/Directory name sorting is done without-case sensitivity on