# Scroll-Back via page up/page down & home by Crypt Keeper, mods by Viv # Note: will not work under most window's programs: windows parses the keys set lastlog 16384 set lastlog_level ALL bind meta2-^@ scroll_end bind meta2-5 parse_command ^scroll_up bind meta2-6 parse_command ^scroll_dn bind meta2-1 parse_command ^scroll_end bind ^[^A scroll_backward bind ^[^B scroll_forward alias scroll_up { ^bind ~ nothing ^type ^U^[^A^U ^timer 1 ^bind ~ self_insert } alias scroll_dn { ^bind ~ nothing ^type ^U^[^B^U ^timer 1 ^bind ~ self_insert } alias scroll_end { ^bind ~ nothing ^type ^[[^@ ^timer 1 ^bind ~ self_insert }