~ubuntu-branches/debian/jessie/nano/jessie

« back to all changes in this revision

Viewing changes to src/prompt.c

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2009-11-16 14:05:28 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091116140528-b4ochntdqhku0k0a
Tags: 2.1.99pre1-1
* New upstream prerelease.
* The "Ferraris" release.
* Remove empty /usr/share/nano from nano-tiny.
* Drop 10_browser_floating_point_exception.patch, obsolete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: prompt.c 4349 2009-01-19 19:10:39Z astyanax $ */
 
1
/* $Id: prompt.c 4420 2009-11-11 06:00:33Z astyanax $ */
2
2
/**************************************************************************
3
3
 *   prompt.c                                                             *
4
4
 *                                                                        *
956
956
    currmenu = menu;
957
957
 
958
958
#ifdef DEBUG
959
 
fprintf(stderr, "get_prompt_string: answer = \"%s\", statusbar_x = %d\n", answer, statusbar_x);
 
959
fprintf(stderr, "get_prompt_string: answer = \"%s\", statusbar_x = %lu\n", answer, (unsigned long) statusbar_x);
960
960
#endif
961
961
 
962
962
    update_statusbar_line(answer, statusbar_x);