release 1.09.6
authorShiar <shiar@shiar.org>
Tue, 12 Oct 2004 00:35:37 +0000 (02:35 +0200)
committerShiar <shiar@shiar.org>
Thu, 10 Jul 2008 19:25:31 +0000 (21:25 +0200)
commitb2aba05a22d1f4036008c2d12874ddc9eb98edc0
tree45928ef1c512b4146e2ab671a4300a799db694f4
parentce0d29d8a852b8bf7dcad717390a4ad8efb59263
release 1.09.6

- all key aliases moved to module DCT::Bindings
- number of menu items depends on screen width
- hooks allowing for extra code at reload, showentry, and precmd
- all menu related functions moved to menu.pm
- unit conversion out of main program (entirely into unitconv.pm)
- backspace becomes "back" (soft drop, like old "drop")
- normal drop command (alt+bs) removes input/stack value at once
- $val{frac} default undefined instead of 0
DCT/Bindings.pm [deleted file]
DCT/Menu.pm [deleted file]
bindings.pm [new file with mode: 0644]
dct.pl
math.pm [new file with mode: 0644]
math.pm.old [new file with mode: 0644]
menu.pm [new file with mode: 0644]
unitconv.pm [new file with mode: 0644]