chiark / gitweb /
Invert the Fifteen cursor if FIFTEEN_INVERT_CURSOR ~= ^[yY].*$
authorJonas Kölker <jonaskoelker@yahoo.com>
Thu, 8 Oct 2015 09:57:54 +0000 (11:57 +0200)
committerSimon Tatham <anakin@pobox.com>
Wed, 14 Oct 2015 19:29:32 +0000 (20:29 +0100)
commit5ddb011a57be24f4d3474c497e57e7c22f979106
tree8c11a35c327661fc00144a24ad7161f736cfad99
parent988b16a3191282a5407f6cee88d62aaae853be3d
Invert the Fifteen cursor if FIFTEEN_INVERT_CURSOR ~= ^[yY].*$

The introduction of flip_cursor allows us to replace some hairy
hand-rolled logic with the standardised and tested move_cursor.
fifteen.c