comparison src/pager.cc @ 2099:dcf899227c24

[project @ 1996-04-28 10:59:56 by jwe]
author jwe
date Sun, 28 Apr 1996 11:02:23 +0000
parents debe20e17d64
children 49cdc5b183bc
comparison
equal deleted inserted replaced
2098:debe20e17d64 2099:dcf899227c24
328 { 328 {
329 pager_binary.append (" -e"); 329 pager_binary.append (" -e");
330 330
331 if (! getenv ("LESS")) 331 if (! getenv ("LESS"))
332 pager_binary.append 332 pager_binary.append
333 (" -P-- less ?pB(%pB\%):--. (f)orward, (b)ack, (q)uit$"); 333 (" -P'-- less ?pB(%pB\\%):--. (f)orward, (b)ack, (q)uit$'");
334 } 334 }
335 } 335 }
336 #endif 336 #endif
337 337
338 return pager_binary; 338 return pager_binary;