From 07e180b2d81aeb03338207a8e1c811b98065ccbe Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Thu, 23 Aug 2007 22:04:12 +0200 Subject: [PATCH] Document that \r is handled by the output window. --- kdbg/doc/de/pgmoutput.html | 8 ++++---- kdbg/doc/en/pgmoutput.html | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kdbg/doc/de/pgmoutput.html b/kdbg/doc/de/pgmoutput.html index 62a78a9..65cf563 100644 --- a/kdbg/doc/de/pgmoutput.html +++ b/kdbg/doc/de/pgmoutput.html @@ -1,4 +1,4 @@ - + @@ -14,9 +14,9 @@ Das Programmausgabefenster wird mit Ansicht|Ausgabe geöffnet. Das Ausgabefenster zeichnet den Text auf, den das Programm auf stdout und stderr ausgibt.

Das Ausgabefenster lässt keine Eingabe zu und unterstützt -nur eine äußerst minimal Terminalemulation: \n (Zeilenvorschub, -line-feed) wird wie eine Zeilenvorschub-Wagenrücklauf-Kombination -behandelt, und \r (Wagenrücklauf, carriage-return) wird ignoriert. +nur eine äußerst minimale Terminalemulation: Lediglich \n +(Zeilenvorschub, line-feed), \t (horizontaler Tabulator) und +\r (Wagenrücklauf, carriage-return) werden behandelt. Das reicht im Allgemeinen für Programme mit grafischer Benutzeroberfläche aus, die nur Debug-Ausgaben schreiben.

Wenn ein Programm zum ersten Mal in KDbg geladen wird, wird dieses Ausgabefenster diff --git a/kdbg/doc/en/pgmoutput.html b/kdbg/doc/en/pgmoutput.html index d78acdb..3e18902 100644 --- a/kdbg/doc/en/pgmoutput.html +++ b/kdbg/doc/en/pgmoutput.html @@ -13,9 +13,9 @@ The Program Output Window window captures text that is written to stdout and stderr by the program being debugged.

The output window does not allow to type input for the program and it -features only minimal terminal emulation: \n (line-feed) is treated -like a carriage-return-line-feed combination, and \r (carriage-return) -is ignored. These capabilities are usually sufficient to debug GUI programs +features only minimal terminal emulation: \n (line-feed), +\t (horizontal tab), and \r (carriage-return) +are treated. These capabilities are usually sufficient to debug GUI programs which only write debugging output to stdout and stderr.

When a program is debugged with KDbg for the first time, the program output window is not used. The reason for this is that KDbg cannot -- 2.11.4.GIT