[BACK]Return to common.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libedit

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libedit/common.c between version 1.37 and 1.38

version 1.37, 2016/02/16 22:53:14 version 1.38, 2016/02/17 19:47:49
Line 453  ed_unassigned(EditLine *el __attribute__
Line 453  ed_unassigned(EditLine *el __attribute__
  */   */
 protected el_action_t  protected el_action_t
 /*ARGSUSED*/  /*ARGSUSED*/
 ed_tty_sigint(EditLine *el __attribute__((__unused__)),  ed_tty_sigint(EditLine *el __attribute__((__unused__)),
               wint_t c __attribute__((__unused__)))                wint_t c __attribute__((__unused__)))
 {  {
   
Line 467  ed_tty_sigint(EditLine *el __attribute__
Line 467  ed_tty_sigint(EditLine *el __attribute__
  */   */
 protected el_action_t  protected el_action_t
 /*ARGSUSED*/  /*ARGSUSED*/
 ed_tty_dsusp(EditLine *el __attribute__((__unused__)),  ed_tty_dsusp(EditLine *el __attribute__((__unused__)),
              wint_t c __attribute__((__unused__)))               wint_t c __attribute__((__unused__)))
 {  {
   
Line 481  ed_tty_dsusp(EditLine *el __attribute__(
Line 481  ed_tty_dsusp(EditLine *el __attribute__(
  */   */
 protected el_action_t  protected el_action_t
 /*ARGSUSED*/  /*ARGSUSED*/
 ed_tty_flush_output(EditLine *el __attribute__((__unused__)),  ed_tty_flush_output(EditLine *el __attribute__((__unused__)),
                     wint_t c __attribute__((__unused__)))                      wint_t c __attribute__((__unused__)))
 {  {
   
Line 495  ed_tty_flush_output(EditLine *el __attri
Line 495  ed_tty_flush_output(EditLine *el __attri
  */   */
 protected el_action_t  protected el_action_t
 /*ARGSUSED*/  /*ARGSUSED*/
 ed_tty_sigquit(EditLine *el __attribute__((__unused__)),  ed_tty_sigquit(EditLine *el __attribute__((__unused__)),
                wint_t c __attribute__((__unused__)))                 wint_t c __attribute__((__unused__)))
 {  {
   
Line 509  ed_tty_sigquit(EditLine *el __attribute_
Line 509  ed_tty_sigquit(EditLine *el __attribute_
  */   */
 protected el_action_t  protected el_action_t
 /*ARGSUSED*/  /*ARGSUSED*/
 ed_tty_sigtstp(EditLine *el __attribute__((__unused__)),  ed_tty_sigtstp(EditLine *el __attribute__((__unused__)),
                wint_t c __attribute__((__unused__)))                 wint_t c __attribute__((__unused__)))
 {  {
   
Line 523  ed_tty_sigtstp(EditLine *el __attribute_
Line 523  ed_tty_sigtstp(EditLine *el __attribute_
  */   */
 protected el_action_t  protected el_action_t
 /*ARGSUSED*/  /*ARGSUSED*/
 ed_tty_stop_output(EditLine *el __attribute__((__unused__)),  ed_tty_stop_output(EditLine *el __attribute__((__unused__)),
                    wint_t c __attribute__((__unused__)))                     wint_t c __attribute__((__unused__)))
 {  {
   
Line 537  ed_tty_stop_output(EditLine *el __attrib
Line 537  ed_tty_stop_output(EditLine *el __attrib
  */   */
 protected el_action_t  protected el_action_t
 /*ARGSUSED*/  /*ARGSUSED*/
 ed_tty_start_output(EditLine *el __attribute__((__unused__)),  ed_tty_start_output(EditLine *el __attribute__((__unused__)),
                     wint_t c __attribute__((__unused__)))                      wint_t c __attribute__((__unused__)))
 {  {
   
Line 602  ed_clear_screen(EditLine *el, wint_t c _
Line 602  ed_clear_screen(EditLine *el, wint_t c _
  */   */
 protected el_action_t  protected el_action_t
 /*ARGSUSED*/  /*ARGSUSED*/
 ed_redisplay(EditLine *el __attribute__((__unused__)),  ed_redisplay(EditLine *el __attribute__((__unused__)),
              wint_t c __attribute__((__unused__)))               wint_t c __attribute__((__unused__)))
 {  {
   
Line 630  ed_start_over(EditLine *el, wint_t c __a
Line 630  ed_start_over(EditLine *el, wint_t c __a
  */   */
 protected el_action_t  protected el_action_t
 /*ARGSUSED*/  /*ARGSUSED*/
 ed_sequence_lead_in(EditLine *el __attribute__((__unused__)),  ed_sequence_lead_in(EditLine *el __attribute__((__unused__)),
                     wint_t c __attribute__((__unused__)))                      wint_t c __attribute__((__unused__)))
 {  {
   
Line 664  ed_prev_history(EditLine *el, wint_t c _
Line 664  ed_prev_history(EditLine *el, wint_t c _
         if (hist_get(el) == CC_ERROR) {          if (hist_get(el) == CC_ERROR) {
                 if (el->el_map.type == MAP_VI) {                  if (el->el_map.type == MAP_VI) {
                         el->el_history.eventno = sv_event;                          el->el_history.eventno = sv_event;
   
                 }                  }
                 beep = 1;                  beep = 1;
                 /* el->el_history.eventno was fixed by first call */                  /* el->el_history.eventno was fixed by first call */

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

CVSweb <webmaster@jp.NetBSD.org>