Add a trailing "/" to dirs in dialog autocomplete
commit6b791d8a89403b03f352839219f1ab95987c23e9
authorJohann Haarhoff <johann@haarhoff.org.za>
Mon, 8 Mar 2010 22:47:15 +0000 (9 00:47 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 9 Mar 2010 09:24:33 +0000 (9 10:24 +0100)
treebda3bd2f226ae6110e2799117894c930a135849c
parent1f3adb0ea5171f990b2299fb6e2c9f25030ccbd3
Add a trailing "/" to dirs in dialog autocomplete

The autocomplete feature in the "Run" dialog now adds a trailing "/"
when autocompleting directory names. This does three things:

1) shows you that you are completing a directory and not a filename,
2) saves one character of typing, and
3) makes it behave more consistent with shell (bash) autocompletion
src/dialog.c