fluxbox/util/fbrun
Mathias Gumz a3c0b049bf Fix corruption of fbrun-history
This commit fixes issues #72 (brought up + different solution by Mattias
Guns; I received a similar patch by 'Nable 80' via ML and discussed the
issue in #fluxbox with 'Nable 80'), patch #73 (Mattias Guns) and finally
patch #162 (Ulrich Eckhardt; this commit is heavily based upon Ulrich's
work).

The original code was overly complex. It tried to avoid writing
bytes to the disk at the expense of comprehensibility and as a result it
was buggy. I looked at both patches from Mattias and 'Nable 80' which address
the bug with skipping entries in the history-file (my fault: incorrect use
of outfile.ignore(1, '\n')): They provided a proper fix for the problem
but I decided to use Ulrich's code since it improves the whole code by making
it a lot simpler.

So, kudos to all of you.
2015-01-02 17:08:44 +01:00
..
FbRun.cc Fix corruption of fbrun-history 2015-01-02 17:08:44 +01:00
FbRun.hh add -print option to fbrun to return result to stdout instead of executing it 2008-10-04 14:01:31 -07:00
fbrun.xpm add some decorations to torn menus, and fix restart without an argument 2007-07-31 23:16:05 +00:00
main.cc update of copyright info 2014-02-17 20:14:49 +01:00
Makemodule.am merge Sami Kerola's new build-system 2014-04-11 17:42:40 +02:00