summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-08-23 11:57:03 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-08-23 11:57:03 -0400
commitdf082b1133659d1e3b420c18efa6c2a4562add6c (patch)
tree9e7ce4cc33dbdcb74b2f0a423b7ee9afcfbb4026
parentce36f7be03ff0df79247baeda24d2c0a3b1ee0f7 (diff)
Eliminate use of tab stops. Use real TBL markup.
These changes help structural lifting to DocBook. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
-rw-r--r--man/xedit.man109
1 files changed, 67 insertions, 42 deletions
diff --git a/man/xedit.man b/man/xedit.man
index cd40ad5..197a782 100644
--- a/man/xedit.man
+++ b/man/xedit.man
@@ -1,3 +1,4 @@
+.\" t
.\" $XConsortium: xedit.man,v 1.23 94/04/17 20:43:39 matt Exp $
.\" Copyright (c) 1994 X Consortium
.\"
@@ -72,44 +73,67 @@ cursor is currently over.
The following keystroke combinations are defined:
.sp
-.nf
-.ta 1.0i 3.0i 4.5i
-Ctrl-a Beginning Of Line Meta-b Backward Word
-Ctrl-b Backward Character Meta-f Forward Word
-Ctrl-d Delete Next Character Meta-i Insert File
-Ctrl-e End Of Line Meta-k Kill To End Of Paragraph
-Ctrl-f Forward Character Meta-q Form Paragraph
-Ctrl-g Keyboard Reset Meta-v Previous Page
-Ctrl-h Delete Previous Character Meta-y Insert Current Selection
-Ctrl-j Newline And Indent Meta-z Scroll One Line Down
-Ctrl-k Kill To End Of Line Meta-d Delete Next Word
-Ctrl-l Redraw Display Meta-D Kill Word
-Ctrl-m Newline Meta-h Delete Previous Word
-Ctrl-n Next Line Meta-H Backward Kill Word
-Ctrl-o Newline And Backup Meta-< Beginning Of File
-Ctrl-p Previous Line Meta-> End Of File
-Ctrl-r Search/Replace Backward Meta-] Forward Paragraph
-Ctrl-s Search/Replace Forward Meta-[ Backward Paragraph
+.TS
+l l.
+Ctrl-a Beginning Of Line
+Meta-b Backward Word
+Ctrl-b Backward Character
+Meta-f Forward Word
+Ctrl-d Delete Next Character
+Meta-i Insert File
+Ctrl-e End Of Line
+Meta-k Kill To End Of Paragraph
+Ctrl-f Forward Character
+Meta-q Form Paragraph
+Ctrl-g Keyboard Reset
+Meta-v Previous Page
+Ctrl-h Delete Previous Character
+Meta-y Insert Current Selection
+Ctrl-j Newline And Indent
+Meta-z Scroll One Line Down
+Ctrl-k Kill To End Of Line
+Meta-d Delete Next Word
+Ctrl-l Redraw Display
+Meta-D Kill Word
+Ctrl-m Newline Meta-h
+Delete Previous Word
+Ctrl-n Next Line
+Meta-H Backward Kill Word
+Ctrl-o Newline And Backup
+Meta-< Beginning Of File
+Ctrl-p Previous Line
+Meta-> End Of File
+Ctrl-r Search/Replace Backward
+Meta-] Forward Paragraph
+Ctrl-s Search/Replace Forward
+Meta-[ Backward Paragraph
Ctrl-t Transpose Characters
-Ctrl-u [\fInumber\fP] Multiply by 4 or \fInumber\fP Meta-Delete Delete Previous Word
-Ctrl-v Next Page Meta-Shift Delete Kill Previous Word
-Ctrl-w Kill Selection Meta-Backspace Delete Previous Word
-Ctrl-y Unkill Meta-Shift Backspace Kill Previous Word
-Ctrl-z Scroll One Line Up Meta-z Scroll One Line Down
+Ctrl-u [\fInumber\fP] Multiply by 4 or \fInumber\fP
+Meta-Delete Delete Previous Word
+Ctrl-v Next Page
+Meta-Shift Delete Kill Previous Word
+Ctrl-w Kill Selection
+Meta-Backspace Delete Previous Word
+Ctrl-y Unkill Meta-Shift Backspace
+Kill Previous Word
+Ctrl-z Scroll One Line Up
+Meta-z Scroll One Line Down
Ctrl-_ Undo
Escape Line Edit Mode
+.TE
.sp
In addition, the pointer may be used to cut and paste text:
-.ta .5i 2.0i
- Button 1 Down Start Selection
- Button 1 Motion Adjust Selection
- Button 1 Up End Selection (cut)
+.TS
+l l.
+Button 1 Down Start Selection
+Button 1 Motion Adjust Selection
+Button 1 Up End Selection (cut)
- Button 2 Down Insert Current Selection (paste)
+Button 2 Down Insert Current Selection (paste)
- Button 3 Down Extend Current Selection
- Button 3 Motion Adjust Selection
- Button 3 Up End Selection (cut)
+Button 3 Down Extend Current Selection
+Button 3 Motion Adjust Selection
+Button 3 Up End Selection (cut)
.fi
.sp
@@ -402,18 +426,19 @@ indentation indicates hierarchical structure. The widget class name
is given first, followed by the widget instance name.
.sp
.nf
-.ta .5i 1.0i 1.5i 2.0i
+.ft CW
Xedit xedit
- Paned paned
- Paned buttons
- Command quit
- Command save
- Command load
- Text filename
- Label bc_label
- Text messageWindow
- Label labelWindow
- Text editWindow
+ Paned paned
+ Paned buttons
+ Command quit
+ Command save
+ Command load
+ Text filename
+ Label bc_label
+ Text messageWindow
+ Label labelWindow
+ Text editWindow
+.ft
.fi
.sp
.SH ENVIRONMENT