]> code.citadel.org Git - citadel.git/commit
* Added pprintf() (paginated version of printf) to the client-side API. Now
authorArt Cancro <ajc@citadel.org>
Sun, 9 Apr 2000 17:51:18 +0000 (17:51 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 9 Apr 2000 17:51:18 +0000 (17:51 +0000)
commit0d4609d53d215d5a57deb61c65de660b7c35f302
tree47e130805fa832495e268d3651fd3ad998108101
parenta9872f4d2209777eb0e80d0d689b3def6aee915d
* Added pprintf() (paginated version of printf) to the client-side API.  Now
  any client side function can be paginated simply by changing all of the
  printf's to pprintf's.  I've already done this for the user list and wholist
  (removing the old style pagination) and for "read directory."
citadel/ChangeLog
citadel/citadel.c
citadel/commands.c
citadel/commands.h
citadel/messages.c
citadel/messages.h
citadel/rooms.c
citadel/routines.c