plan9fox/sys/src/cmd/rio
cinap_lenrek 56300f72e8 rio: dont consider shell characters as part of the filename for auto completion
rio looks backwards in the line for the beginning of a filename
that needs to be completed with ^F. this change makes the
characters: =, ^, ( and { stoppers, so filename completion
will work in all these cases:

foobar=/foo/ba^F; for(i in (fo^F ba^F)){/bin/baz^F

this means completion will not work for prefixes having these
special characters in them.

thanks to burnzez for bringing it up.
2013-12-19 18:12:16 +01:00
..
dat.h rio: cleanup and error handling 2013-11-03 00:34:35 +01:00
data.c rio -b: make lighttitlecol darker 2013-11-20 18:40:51 -05:00
fns.h rio: preserve window z-order on resize, fix race conditions 2012-10-20 22:42:01 +02:00
fsys.c rio: cleanup and error handling 2013-11-03 00:34:35 +01:00
mkfile Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
rio.c rio: cleanup and error handling 2013-11-03 00:34:35 +01:00
scrl.c rio: fix unused variable warning in wscroll() 2013-08-10 03:58:52 +02:00
time.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
util.c rio: cleanup and error handling 2013-11-03 00:34:35 +01:00
wctl.c rio: gone windows, window resize, rectonscreen, goodrect 2013-10-04 02:17:53 +02:00
wind.c rio: dont consider shell characters as part of the filename for auto completion 2013-12-19 18:12:16 +01:00
xfid.c rio: cleanup and error handling 2013-11-03 00:34:35 +01:00