ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.226 by root, Sun Jan 1 15:03:49 2006 UTC vs.
Revision 1.227 by root, Mon Jan 2 15:35:43 2006 UTC

43 * along with this program; if not, write to the Free Software 43 * along with this program; if not, write to the Free Software
44 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 44 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
45 *----------------------------------------------------------------------*/ 45 *----------------------------------------------------------------------*/
46 46
47/*{{{ includes: */ 47/*{{{ includes: */
48#include "../config.h" /* NECESSARY */ 48#include "../config.h"
49#include "rxvt.h" /* NECESSARY */ 49#include "rxvt.h"
50#include "rxvtperl.h"
50#include "version.h" 51#include "version.h"
51#include "command.h" 52#include "command.h"
52 53
53#if HAVE_SCHED_YIELD 54#if HAVE_SCHED_YIELD
54# include <sched.h> 55# include <sched.h>
1069 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1070 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY);
1070 } 1071 }
1071} 1072}
1072#endif 1073#endif
1073 1074
1075#if HAVE_SCHED_YIELD
1076static struct event_handler
1077{
1078 check_watcher cw_yield;
1079
1080 void yield (check_watcher &w)
1081 {
1082 sched_yield ();
1083 w.stop ();
1084 }
1085
1086 event_handler ()
1087 : cw_yield (this, &event_handler::yield)
1088 {
1089 }
1090} event_handler;
1091#endif
1092
1074bool 1093bool
1075rxvt_term::pty_fill () 1094rxvt_term::pty_fill ()
1076{ 1095{
1077 ssize_t n = cmdbuf_endp - cmdbuf_ptr; 1096 ssize_t n = cmdbuf_endp - cmdbuf_ptr;
1078 1097
1094 return true; 1113 return true;
1095 } 1114 }
1096 else if (r < 0 && (errno == EAGAIN || errno == EINTR)) 1115 else if (r < 0 && (errno == EAGAIN || errno == EINTR))
1097 { 1116 {
1098#if HAVE_SCHED_YIELD 1117#if HAVE_SCHED_YIELD
1099 sched_yield (); 1118 event_handler.cw_yield.start ();
1100#endif 1119#endif
1101 } 1120 }
1102 else 1121 else
1103 { 1122 {
1104 pty_ev.stop (); 1123 pty_ev.stop ();
1680{ 1699{
1681 if (!focus) 1700 if (!focus)
1682 { 1701 {
1683 focus = 1; 1702 focus = 1;
1684 want_refresh = 1; 1703 want_refresh = 1;
1704
1705 PERL_INVOKE ((this, HOOK_FOCUS_OUT, DT_END));
1706
1685#if USE_XIM 1707#if USE_XIM
1686 if (Input_Context != NULL) 1708 if (Input_Context != NULL)
1687 { 1709 {
1688 IMSetStatusPosition (); 1710 IMSetStatusPosition ();
1689 XSetICFocus (Input_Context); 1711 XSetICFocus (Input_Context);
1709 if (focus) 1731 if (focus)
1710 { 1732 {
1711 focus = 0; 1733 focus = 0;
1712 want_refresh = 1; 1734 want_refresh = 1;
1713 1735
1736 PERL_INVOKE ((this, HOOK_FOCUS_OUT, DT_END));
1737
1714#if ENABLE_FRILLS || ISO_14755 1738#if ENABLE_FRILLS || ISO_14755
1739 if (iso14755buf)
1740 {
1715 iso14755buf = 0; 1741 iso14755buf = 0;
1716#endif
1717#if ENABLE_OVERLAY 1742# if ENABLE_OVERLAY
1718 scr_overlay_off (); 1743 scr_overlay_off ();
1744# endif
1745 }
1719#endif 1746#endif
1720#if USE_XIM 1747#if USE_XIM
1721 if (Input_Context != NULL) 1748 if (Input_Context != NULL)
1722 XUnsetICFocus (Input_Context); 1749 XUnsetICFocus (Input_Context);
1723#endif 1750#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines