how to implement unix "more" type interface

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rsennat
    New Member
    • Dec 2007
    • 14

    how to implement unix "more" type interface

    Hi All,
    How can I implement the unix "more", in my application.

    I would be printing a huge amount of data to the console. While doing so, how can I get the size of the console and accordingly give the more prompt and wait for user input keys to scroll further.

    Any ideas??

    Thanks
    Senthil Nathan R
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Originally posted by rsennat
    Hi All,
    How can I implement the unix "more", in my application.

    I would be printing a huge amount of data to the console. While doing so, how can I get the size of the console and accordingly give the more prompt and wait for user input keys to scroll further.

    Any ideas??

    Thanks
    Senthil Nathan R

    I searched in the net and got this link
    It answers some of the questions you have asked.

    Raghuram

    Comment

    Working...