[geany/geany] 59eb05: Add a configurable prefix for commands sent to the...
Colomban Wendling
ban at xxxxx
Thu Nov 17 02:57:50 UTC 2011
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 59eb0557b633da583b51aab9686c553119ef9ce0
https://github.com/geany/geany/commit/59eb0557b633da583b51aab9686c553119ef9ce0
Author: Colomban Wendling <ban at herbesfolles.org>
Date: 2011-11-16 (Wed, 16 Nov 2011)
Changed paths:
M doc/geany.html
M doc/geany.txt
M src/keyfile.c
M src/vte.c
M src/vte.h
Log Message:
-----------
Add a configurable prefix for commands sent to the shell in the VTE
This adds an hidden VTE preference, send_cmd_prefix, that allows to
define a prefix for the commands Geany sends to the shell in the VTE
like "cd" when following current path.
This can be used for example to prevent some shells (Bash, ZSH, maybe
others) from putting these commands in the history by setting this to
a space.
Commit: 80d5e07c6cbdf640abec0cc923cbdd6cfa63b73d
https://github.com/geany/geany/commit/80d5e07c6cbdf640abec0cc923cbdd6cfa63b73d
Author: Colomban Wendling <ban at herbesfolles.org>
Date: 2011-11-16 (Wed, 16 Nov 2011)
Changed paths:
M src/symbols.c
Log Message:
-----------
Revert granting an unexpected check to an assertion
It actually happens, and until fixing this properly, don't output
useless useless scary warnings. Anyway, this is not a big problem
or anything.
Compare: https://github.com/geany/geany/compare/5b41e17...80d5e07
More information about the Commits
mailing list