Set the backspace hack on sessions.

svn path=/trunk/kdebase/konsole/; revision=27777
wilder-portage
Matthias Hoelzer-Kluepfel 27 years ago
parent 4e4bb3f455
commit 84166bef64
  1. 4
      src/main.C

@ -474,6 +474,10 @@ void TEDemo::readProperties(KConfig* config)
if (s) {
s->setFontNo(n_font);
s->setSchemaNo(ColorSchema::find(s_schema)->numb);
if (b_bshack)
s->getEmulation()->setMode(MODE_BsHack);
else
s->getEmulation()->resetMode(MODE_BsHack);
} else { fprintf(stderr,"session 1 not found\n"); } // oops
// Default values for startup, changed by "save options". Not used by SM.

Loading…
Cancel
Save