9fans archive / 2001 / 08 / 329 / prev next
From: "Boyd Roberts" <boyd@fr.inter.net>
Subject: Re: [9fans] User Interface
Date: Thu, 23 Aug 2001 22:17:52 +0200
> What, you mean not everyone wants to toggle the case of a single
> letter 10 times in a row, automatically? You know, if you did
> it an odd number of times, the case would actually change. Isn't
> that what you want to do? :-)
hang on dan, ~ moves you one char to the right. think about 10dd
the implementation of ~ was to peek at the character you're sitting
on and then push back on input:
rCl
where C is the character in the other case. the count gets lost due
to the 'loop' and the pushback iirc.
what a hideous disaster. goto fonfon ...