Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1630 → Rev 1649

/uspace/trunk/console/screenbuffer.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup console
* @{
*/
/** @file
*/
 
#ifndef __SCREENBUFFER_H__
#define __SCREENBUFFER_H__
 
57,7 → 63,7
 
/** Returns keyfield for position on screen. Screenbuffer->buffer is cyclic buffer so we must couted in index of the topmost line.
* @param scr screenbuffer
* @oaram x position on screen
* @param x position on screen
* @param y position on screen
* @return keyfield structure with character and its attributes on x,y
*/
88,3 → 94,7
 
#endif
 
/** @}
*/