current_ = target;
}
-void CYDisplayStart(int meta) {
- rl_prep_terminal(meta);
- current_ = CYCursor();
-}
-
void CYDisplayUpdate() {
rl_display_fixed = 1;
rl_redisplay();
point_ = rl_point;
}
-void CYDisplayFinish() {
- rl_deprep_terminal();
-}
-
#endif