mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	zsh-workers/8126
This commit is contained in:
		
							parent
							
								
									be078fe1da
								
							
						
					
					
						commit
						035ca7f26e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -945,7 +945,7 @@ tc_rightcurs(int ct) | |||
| /* otherwise _carefully_ write the contents of the video buffer.
 | ||||
|    if we're anywhere in the prompt, goto the left column and write the whole | ||||
|    prompt out unless ztrlen(lpromptbuf) == lpromptw : we can cheat then */ | ||||
|     if (vln == 0 && i < lpromptw) { | ||||
|     if (vln == 0 && i < lpromptw && !(termflags & TERM_SHORT)) { | ||||
| 	if (strlen(lpromptbuf) == lpromptw) | ||||
| 	    fputs(lpromptbuf + i, shout); | ||||
| 	else if (tccan(TCRIGHT) && (tclen[TCRIGHT] * ct <= ztrlen(lpromptbuf))) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue