all repos — fluxbox @ 05d860eda73f5461a471fdafc404c9fdf680f4a7

custom fork of the fluxbox windowmanager

rm not needed newlines
kottroll kot.troll@ya.ru
commit

05d860eda73f5461a471fdafc404c9fdf680f4a7

parent

6e8bf37cc84642815113dcc88fea9fe8c1b8aebc

1 files changed, 0 insertions(+), 3 deletions(-)

jump to
M util/fbrun/FbRun.ccutil/fbrun/FbRun.cc

@@ -112,7 +112,6 @@ hide();

} void FbRun::run(const std::string &command) { - FbTk::App::instance()->end(); // end application m_end = true; // mark end of processing

@@ -446,7 +445,6 @@ }

void FbRun::tabCompleteApps() { - if (m_completion_pos == std::string::npos) m_completion_pos = textStartPos() + cursorPosition(); size_t split = text().find_last_of(' ', m_completion_pos);

@@ -532,4 +530,3 @@ void FbRun::insertCharacter(char keychar) {

char val[2] = {keychar, 0}; insertText(val); } -