home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
word
/
text
/
019
/
most.sl
< prev
next >
Wrap
Text File
|
1993-01-19
|
928b
|
39 lines
;;
;; Most/more/less file viewing
;;
( "global" use_keymap "" setmode "Done." message ) exit_most
"Most" defined?
{
[Most] 1 =Most ;; it is now
"Most_Map" make_keymap ;; need a make sparse map!
"A" int "z" int 1 {char "Most_Map" undefinekey} for
"pageup" "^?" "Most_Map" definekey
"pagedown" " " "Most_Map" definekey
"exit_most" "q" "Most_Map" definekey
"most_ff" "/" "Most_Map" definekey
"most_fb" "?" "Most_Map" definekey
"most_fnxt" "n" "Most_Map" definekey
}
!if
[most_dir] 1 =most_dir
( [r]
LAST_SEARCH int 0 ==
{ "Find What?" error}
{ LAST_SEARCH
most_dir 1 == { 1 right =r fsearch }{ 0 =r bsearch } else
{ "Not Found." error
r left pop
} !if
} else
) most_fnxt
( -1 =most_dir "search_backward" call) most_fb
( 1 =most_dir "search_forward" call ) most_ff