代码搜索结果

找到约 10,000 项符合 Screen 的代码

screen.h

/****************************************************************************** ** ** COPYRIGHT (C) 2000, 2001 Intel Corporation. ** ** This software as well as the software described in it is f

screen.c

/****************************************************************************** ** ** COPYRIGHT (C) 2000, 2001 Intel Corporation. ** ** This software as well as the software described in it is f

screen.cc

// The Screen class is a derivative of Window that writes the resulting // data onto the physical screen #include #include #include #include #include

screen.h

class Buffer; class Screen : public Window { int fd; // For /dev/vcsa? public: Screen(); // Dimensions are figured out automatically virtual ~Screen(); virtual bool refresh(); // Copy t

screen.pro

/* screen.c */ void update_screenline __ARGS((void)); void redraw_later __ARGS((int type)); void redraw_all_later __ARGS((int type)); void redraw_curbuf_later __ARGS((int type)); void update_curb

screen.c

/* vi:set ts=8 sts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who

screen.h

/* screen.h -- Header file for screen and output routines Copyright (C) 1996 Nadav Cohen This program is free software; you can redistribute it and/or modify it under the terms of th