Assembled 2
A column based text editor
Loading...
Searching...
No Matches
Functions
file_load_scr.c File Reference
#include <editor/config.h>
#include <editor/buffer/editor.h>
#include <interface/interface.h>
#include <interface/screens/file_load_scr.h>
#include <global.h>

Functions

void register_file_load_scr ()
 
struct AS_CfgTokconfigure_file_load_scr (struct AS_CfgTok *token)
 

Detailed Description

Author
awewsomegamer awews.nosp@m.omeg.nosp@m.amer@.nosp@m.gmai.nosp@m.l.com

LICENSE

Assembled - Column based text editor Copyright (C) 2023-2024 awewsomegamer

This file is apart of Assembled.

Assembled is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

DESCRIPTION

The screen shown when the user wants to load another when the program is already running.

Function Documentation

◆ configure_file_load_scr()

struct AS_CfgTok * configure_file_load_scr ( struct AS_CfgTok * token)

Configure the file load screen.

This function is invoked by config.c's interpret_token_stream function.

Currently there is no configuration for the file load screen, therefore the parameter is just returnd.

Parameters
structAS_CfgTok *token - Currently just returned.
Returns
Currently just the input parameter.

◆ register_file_load_scr()

void register_file_load_scr ( )

Function called by main to register editor screen.

Wrapper of register_screen.