mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Typos.
This commit is contained in:
		
							
								
								
									
										2
									
								
								TODO
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								TODO
									
									
									
									
									
								
							@@ -69,7 +69,7 @@
 | 
			
		||||
- make command sequences more usable: don't require space around ;, handle
 | 
			
		||||
  errors better
 | 
			
		||||
- would be nice if tmux could be the shell (tmux attach, but hard link to tmux
 | 
			
		||||
  binary as "tmuxsh" or wrapper script?) -- problems with tty dev permeissions
 | 
			
		||||
  binary as "tmuxsh" or wrapper script?) -- problems with tty dev permissions
 | 
			
		||||
- UTF-8 combining characters don't work. store in one cell - pointer to table
 | 
			
		||||
  of chains. bit of a hack and would mean max of 65536 per screen. OR maybe
 | 
			
		||||
  utf8 should work differently; could store as multiple cells, 1 of width >0
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								tmux.1
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
.\" $Id: tmux.1,v 1.81 2009-02-08 16:11:52 nicm Exp $
 | 
			
		||||
.\" $Id: tmux.1,v 1.82 2009-02-08 18:41:03 nicm Exp $
 | 
			
		||||
.\"
 | 
			
		||||
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
			
		||||
.\"
 | 
			
		||||
@@ -654,7 +654,7 @@ Rename the session to
 | 
			
		||||
.D1 (alias: Ic renamew )
 | 
			
		||||
Rename the current window, or the window at
 | 
			
		||||
.Ar target-window
 | 
			
		||||
if specifed, to
 | 
			
		||||
if specified, to
 | 
			
		||||
.Ar new-name .
 | 
			
		||||
.It Xo Ic resize-pane-down
 | 
			
		||||
.Op Fl p Ar pane-index
 | 
			
		||||
@@ -679,8 +679,8 @@ is given in lines (the default is 1).
 | 
			
		||||
.Xc
 | 
			
		||||
.D1 (alias: Ic respawnw )
 | 
			
		||||
Reactive a window in which the command has exited (see the
 | 
			
		||||
.Ic remain-in-exit
 | 
			
		||||
windowoption).
 | 
			
		||||
.Ic remain-on-exit
 | 
			
		||||
window option).
 | 
			
		||||
If
 | 
			
		||||
.Ar command
 | 
			
		||||
is not given, the command used when the window was created is executed.
 | 
			
		||||
@@ -858,7 +858,7 @@ Set the current prefix key.
 | 
			
		||||
Allow multiple commands to be entered without pressing the prefix-key again
 | 
			
		||||
in the specified
 | 
			
		||||
.Ar number
 | 
			
		||||
miliseconds (the default is 500).
 | 
			
		||||
milliseconds (the default is 500).
 | 
			
		||||
It only applies to
 | 
			
		||||
.Ic up-pane ,
 | 
			
		||||
.Ic down-pane ,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user