Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1649 → Rev 1630

/uspace/trunk/console/screenbuffer.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup console
* @{
*/
/** @file
*/
 
#ifndef __SCREENBUFFER_H__
#define __SCREENBUFFER_H__
 
63,7 → 57,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
* @param x position on screen
* @oaram x position on screen
* @param y position on screen
* @return keyfield structure with character and its attributes on x,y
*/
94,7 → 88,3
 
#endif
 
/** @}
*/