File: edit.h

package info (click to toggle)
hexer 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 864 kB
  • sloc: ansic: 11,408; python: 290; makefile: 120; sh: 8
file content (13 lines) | stat: -rw-r--r-- 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-FileCopyrightText: 2009  Peter Pentchev
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef _EDIT_H_
#define _EDIT_H_

extern Buffer	*kill_buffer;

void		 he_scroll_up(struct he_s *, int);
void		 he_scroll_down(struct he_s *, int);

#endif /* _EDIT_H_ */