ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/dclient/src/backend/ndk/edit.cpp
(Generate patch)

Comparing deliantra/dclient/src/backend/ndk/edit.cpp (file contents):
Revision 1.6 by sf-pippijn, Sun Oct 24 20:31:50 2010 UTC vs.
Revision 1.7 by sf-pippijn, Fri Jan 21 21:49:37 2011 UTC

76 break; 76 break;
77 default: 77 default:
78 break; 78 break;
79 } 79 }
80 80
81 if (begin_ > out.length ())
82 begin_ = out.length ();
83
81 label::draw (out, begin_); /* and draw */ 84 label::draw (out, begin_); /* and draw */
82 set_cursor (); /* and finally update cursor position */ 85 set_cursor (); /* and finally update cursor position */
83 pen (*this).commit (); /* commit changes to the screen */ 86 pen (*this).commit (); /* commit changes to the screen */
84} 87}
85 88
86ndk::event::result 89ndk::event::result
87edit::at_system (event const &ev) 90edit::at_system (event const &ev)
88{ 91{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines