svn path=/trunk/KDE/kdebase/apps/konsole/; revision=796410
wilder-portage
Albert Astals Cid 18 years ago
parent f52cceaf9e
commit cf93c4c562
  1. 2
      src/Pty.cpp
  2. 8
      src/Screen.h
  3. 2
      src/SessionManager.h

@ -167,7 +167,7 @@ int Pty::start(const QString& program,
// this fixes the problem where KCatalog sets the LANGUAGE environment
// variable during the application's startup to something which
// differs from LANG,LC_* etc. and causes programs run from
// the terminal to display mesages in the wrong language
// the terminal to display messages in the wrong language
//
// this can happen if LANG contains a language which KDE
// does not have a translation for

@ -229,11 +229,11 @@ public:
bool getMode (int mode) const;
/**
* Saves the current position and appearence (text color and style) of the cursor.
* Saves the current position and appearance (text color and style) of the cursor.
* It can be restored by calling restoreCursor()
*/
void saveCursor ();
/** Restores the position and appearence of the cursor. See saveCursor() */
/** Restores the position and appearance of the cursor. See saveCursor() */
void restoreCursor();
/** Clear the whole screen, moving the current screen contents into the history first. */
@ -259,14 +259,14 @@ public:
void helpAlign ();
/**
* Enables the given @p rendition flag. Rendition flags control the appearence
* Enables the given @p rendition flag. Rendition flags control the appearance
* of characters on the screen.
*
* @see Character::rendition
*/
void setRendition (int rendition);
/**
* Disables the given @p rendition flag. Rendition flags control the appearence
* Disables the given @p rendition flag. Rendition flags control the appearance
* of characters on the screen.
*
* @see Character::rendition

@ -143,7 +143,7 @@ public:
* send keyboard or mouse input to it.
*
* @param profile A profile containing the settings for the new session. If @p profile
* is null the defaul profile (see defaultProfile()) will be used.
* is null the default profile (see defaultProfile()) will be used.
*/
Session* createSession(Profile::Ptr profile = Profile::Ptr());

Loading…
Cancel
Save